body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;

}

li {
    list-style-type: none;
}

a {
    cursor: pointer;
    outline: none;
    color: #393939;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

a:hover {
    color: #0a70b2;
    transition: color 0.7s;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}

/*头部*/
.head {
    width: 100%;
    
    position: relative;
    overflow: hidden;
    
}
.head_ul{
    position: relative;
    width: 100%;
    
    
}
.head_ul li{
   
}


.head_main {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 192px;
    height: 48px;
    margin-top: 16px;
    background: url('http://www.yichengnews.com/img/logo.png') no-repeat;
}

/*导航*/
.navBar {
    float: left;
    width: 800px;
    /* height: 70px; */
    line-height: 70px;
    text-align: center;
    position: relative;
}

.nav {
    width: 100%;
}

.nav_li {
    position: relative;
    float: left;
    height: 70px;
    overflow: hidden;
}

.nav .on a {
    font-weight: bold;
    color: #0a70b2;
}

.nav a {
    height: 70px;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    display: block;
    color: #333;
    width: 88px;
    vertical-align: top;

}

.subNav {
    width: 400px;
    /* height: 40px;*/
    line-height: 20px;
}

.subNav li {
    width: 400px;
    margin-left: 540px;
    overflow: hidden;
}

.subNav li a {
    display: inline-block;
    font-size: 18px;
    color: #666;
    padding: 0 10px 0 10px;
}

.subNav li a:hover {
    color: #0a70b2;
}


/*通知栏*/

/*底部*/

/*滚动通知*/
.tz {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}
.tz_tit {
    float: left;
    position: relative;
    margin-top: 16px;
    width: 67px;
}
.TickerNews {
    width: 1120px;
    overflow: hidden;
    height: 50px;
    margin: 0 auto;
    margin-top: 0;
    display: inline-block;
    
}

.TickerNews:after {
    content: '';

}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;

}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
}

.TickerNews .ti_content .ti_news {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding-left: 8px;
}

.TickerNews .ti_content .ti_news a {
    color: #999999;
    font-size: 16px;
    margin-right: 30px;
}



.bottom{
    background-color: #0a70b2;
}
.bottom_left{
    width: 225px;
    float: left;
    /* margin: 30px 20px; */
    border-right: 2px #0064a5 solid;
    padding-right: 40px;
}
.bottom_left a{
    color: #fff;
    font-size: 14px;
}
.bottom_left li{
    height: 24px;
    line-height: 24px;
}
.bottom_mid{
    float: left;
    width: 423px;
    margin-left: 30px;
    border-right: 2px #0064a5 solid;
    padding-right: 195px;
    position: relative;
}
.bottom_mid p{
    color: #fff;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.bottom_right{
    width: 200px;
    float: right;
}
.jb li {
    float: left;
    height: 34px;
    margin: 0 9px;
}
/*当前位置*/
.position{
    width: 1200px;
    margin: 0 auto;
}
.position span,.position span a{
    color: #0a70b2;
    font-size: 16px;
}
/*右边*/
.ztzl_right{
    float: right;
    width: 388px;
    border: 1px solid #d2d2d2;
}
.ztzl_right_tit{
    border-bottom: 1px solid #0a70b2;
    margin-bottom: 25px;
    margin: 0 20px;
}
.ztzl_right_tit a{
    border-bottom: 3px solid #0a70b2;
    font-size: 22px;
    color: #0a70b2;
    font-weight: bold;
    display: inline-block;
    height: 54px;
    line-height: 54px;
}

.ztzl_right ul li{
    width: 335px;
    height: 160px;
    margin: 30px auto;
}
.ztzl_right ul li img{
    width: 335px; 
    height: 160px;
}